home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / systems / mac / euro-oztex / EOT2.1#3.sea.bin / TeX-inputs / STY / exscale.sty < prev    next >
Text File  |  1995-01-04  |  2KB  |  64 lines

  1. %% 
  2. %% This is file `exscale.sty', generated 
  3. %% on <1995/1/4> with the docstrip utility (2.2i).
  4. %% 
  5. %% The original source files were:
  6. %% 
  7. %% exscale.dtx  (with options: `package')
  8. %% 
  9. %% Copyright 1994 the LaTeX3 project and the individual authors. 
  10. %% All rights reserved. For further copyright information see the file 
  11. %% legal.txt, and any other copyright indicated in this file. 
  12. %% 
  13. %% This file is part of the LaTeX2e system. 
  14. %% ---------------------------------------- 
  15. %% 
  16. %% This system is distributed in the hope that it will be useful, 
  17. %% but WITHOUT ANY WARRANTY; without even the implied warranty of 
  18. %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
  19. %% 
  20. %% 
  21. %% IMPORTANT NOTICE: 
  22. %% 
  23. %% For error reports in case of UNCHANGED versions see bugs.txt. 
  24. %% 
  25. %% Please do not request updates from us directly. Distribution is 
  26. %% done through Mail-Servers and TeX organizations. 
  27. %% 
  28. %% You are not allowed to change this file. 
  29. %% 
  30. %% You are allowed to distribute this file under the condition that 
  31. %% it is distributed together with all files mentioned in manifest.txt. 
  32. %% 
  33. %% If you receive only some of these files from someone, complain! 
  34. %% 
  35. %% You are NOT ALLOWED to distribute this file alone. You are NOT 
  36. %% ALLOWED to take money for the distribution or use of either this 
  37. %% file or a changed version, except for a nominal charge for copying 
  38. %% etc. 
  39. %%% File: exscale.dtx
  40. %% Copyright (C) 1992-1994 Frank Mittelbach and Rainer Sch\"opf,
  41. %% all rights reserved.
  42. \NeedsTeXFormat{LaTeX2e}
  43. \ProvidesPackage{exscale}
  44.      [1994/11/06 v2.1e Standard LaTeX package exscale]
  45. \DeclareFontShape{OMX}{cmex}{m}{n}{%
  46.       <-8>sfixed * cmex7
  47.       <8> cmex8
  48.       <9> cmex9
  49.       <10> <10.95> <12> <14.4> <17.28> <20.74> <24.88>cmex10
  50.        }{}
  51. \DeclareSymbolFont{largesymbols}{OMX}{cmex}{m}{n}
  52. \newdimen\big@size
  53. \addto@hook\every@math@size{\setbox\z@\vbox{\hbox{$($}\kern\z@}%
  54.    \global\big@size 1.2\ht\z@}
  55. \def\bBigg@#1#2{%
  56.    {\hbox{$\left#2\vcenter to#1\big@size{}\right.\n@space$}}}
  57. \def\big{\bBigg@\@ne}
  58. \def\Big{\bBigg@{1.5}}
  59. \def\bigg{\bBigg@\tw@}
  60. \def\Bigg{\bBigg@{2.5}}
  61. \endinput
  62. %% 
  63. %% End of file `exscale.sty'.
  64.